#phraseintro1 {
	font-size: 1.2vw;
	text-align: left;
	font-weight: normal;
    font-family: "comfortaaregular";
	color: #542D84;
	margin: 3% 3% 3% 8%;
}

#fondbar {
	width: 85%;
	margin-left: 7.2%;
	display: none; justify-content: flex-start;
	background-color: #F8F8F8;
	border: solid 0.8vw #FFFFFF;
    box-shadow: 0.1vw 0.1vw 2.6vw -1vw #000;	
}

#pourcentage {
	width: 0%;
	display: flex; justify-content: center; align-items: center;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);	
	transition: width 2s;
	background-color: #f2a844;
	overflow: hidden;
}

#jours {
	width: 0%;
	display: flex; justify-content: center; align-items: center;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);	
	transition: width 2s;
	background-color: #c8989c;
    overflow: hidden;	
}

#stage {
	width: 0%;
	display: flex; justify-content: center; align-items: center;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);	
	transition: width 2s;	
	background-color: #9c637d;
    overflow: hidden;	
}

#fondbar span {
	font-size: 2vw;
	text-align: center;
	font-weight: normal;
	white-space:nowrap;
    font-family: "cardeniomodernstd";
	color: #FFFFFF;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
	margin: 1vw 0 1vw 0;
}

#violet1 {
	width: 40%;
	display: inline-block;
    overflow: hidden;	
	border-radius: 5vw 0 0 0;
	border: solid 0.8vw #FFFFFF;	
    box-shadow: 0.1vw 0.1vw 2.6vw -1vw #000;
	margin: 3% 3% 6% 8%;
}

div.violettitre1 {
	width: 100%;
	display: flex; justify-content: center; align-items: center;
	background-color: #542D84;
}

div.violettitre1 h1 {
	font-size: 2.8vw;
	font-weight: normal;
	white-space:nowrap;
    font-family: "cardeniomodernstd";
	color: #EEEEEE;
	margin: 3%;
}

div.violetcontenu1 {
	width: 100%;
	padding: 3%;
	background-color: #9B7BB2;
	box-sizing: border-box;	
}

div.violetcontenu1 p {
	font-size: 1.1vw;
	font-weight: normal;
    font-family: "montserratlight";
	color: #EEEEEE;
}

div.violetcontenu1 p::first-letter {
	font-size: 1.3vw;
}

#orangetitre1 {
	display: inline-block;
	position: absolute;
	transform: rotate(-90deg) translate(-55%, -180%);
}

#orangetitre1 h1{

	font-size: 3.8vw;
	font-weight: normal;
	white-space:nowrap;
    font-family: "cardeniomodernstd";
	color: #ff9900;
	margin: 0;

}
#orangecontenu1 {
	width: 35%;
	display: inline-block;
	position: absolute;
	margin: 3% 3% 3% 6%;
}

#orangecontenu1 h1{
	font-size: 1.7vw;
	font-weight: normal;
    font-family: "steelfishrg";
	color: #e68a00;
	margin: 0;
}

#orangecontenu1 p {
	font-size: 1.1vw;
	font-weight: normal;
    font-family: "montserratlight";
	color: #cc7a00;
	margin-top: 0.2vw;
	margin-bottom: 0.6vw;	
}

#orangecontenu1 p::first-letter {
	margin-left: 3vw;
}

/*
#phraseintro1,  #fondbar, #violet1, #orangetitre1, #orangecontenu1 {
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);	
	transition: transform 3s;
}
*/